home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- :start
- data\menu1
- data\getnum
- if errorlevel 52 goto start
- if errorlevel 51 goto prog3
- if errorlevel 50 goto prog2
- if errorlevel 49 goto prog1
- if errorlevel 48 goto exit
- goto start
- :prog1
- cls
- echo[
- echo Fauve Matisse in Gray will be copied to your Hard Disk!!
- echo It will require 1.5Mb of disk space!!
- echo[
- echo Press any key to continue or
- echo Press Ctrl+C to quit
- pause>nul
- fauve c:\fauve
- c:
- cd \fauve
- echo ------------------------------------------------------------------
- echo Fauve Matisse must be installed in Windows!!
- echo[
- echo To do this choose File, Run from Windows Program Manager
- echo and run the install program which is in the FAUVE directory
- echo on your C drive!!
- echo[
- echo Or type: WIN INSTALL now to load Windows and run the install program
- goto exit1
- :prog2
- cls
- echo The Readers Survey will be copied to your Hard Disk!!
- echo It will require 45Kb of disk space!!
- echo[
- echo Press any key to continue or
- echo Press Ctrl+C to quit
- pause>nul
- survey c:\survey
- c:
- cd \survey
- GO
- :prog3
- cls
- echo The C programing files will be copied to your Hard Disk!!
- echo It will require 67Kb of disk space!!
- echo[
- echo Press any key to continue or
- echo Press Ctrl+C to quit
- pause>nul
- md c:\highcs
- copy highcs.exe c:\highcs
- c:
- cd\highcs
- highcs
- a:
- pause
- cls
- echo The files have been copied to C:\HIGHCS
- c:
- cd \highcs
- goto exit1
- :exit
- cls
- :exit1
-
-